home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c++ / 273 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: engnews1.Eng.Sun.COM!taumet!clamage
  2. From: David Byrden <100101.2547@compuserve.com>
  3. Newsgroups: comp.std.c++
  4. Subject: Exception spec seems ambigous to me..
  5. Date: 3 Feb 1996 17:17:23 GMT
  6. Organization: self-employed
  7. Approved: clamage@eng.sun.com (comp.std.c++)
  8. Message-ID: <4ev71t$3h@news.bridge.net>
  9. NNTP-Posting-Host: taumet.eng.sun.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Nntp-Posting-Host: ppp-mia1-44.bridge.net
  14. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  15. Content-Length: 459
  16. Originator: clamage@taumet
  17.  
  18.  
  19. These questions do not seem to be unambigously answered by the September 
  20. draft;
  21.  
  22. Is an exception considered caught when it is handled by a handler
  23. whose exception-declaration is the ellipsis ... ? 
  24.  
  25. Will  uncaught_exception()  return false when you are in such a handler?
  26.  
  27. Most importantly, can such a handler call functions which themselves
  28. thrown and catch exceptions internally?
  29.  
  30. I have a good reason for wanting to do this.
  31.  
  32.  
  33.                    David
  34.  
  35.  
  36.  
  37. [ comp.std.c++ is moderated.  Submission address: std-c++@ncar.ucar.edu.
  38.   Contact address: std-c++-request@ncar.ucar.edu.  The moderation policy is
  39.   summarized in http://reality.sgi.com/employees/austern_mti/std-c++/policy.html
  40. ]
  41.